ResourceDelete Method (String) |
Deletes the resource specified with URI.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool Delete(
string address
)
Public Function Delete (
address As String
) As Boolean
Parameters
- address
- Type: SystemString
The URI that identifies the resource to be deleted.
Return Value
Type:
BooleanTrue if success; otherwise, false
See Also